www.gusucode.com > 智睿学校网站管理系统 V2.20 > 智睿学校网站管理系统 V2.20\code\admin\Admin_TalEdit.asp

    <!--#include file="../Include/conn.asp"-->
<!--#include file="Admin_check.asp"-->
<%
response.expires = 0 
response.expiresabsolute = now() - 1 
response.addHeader "pragma","no-cache" 
response.addHeader "cache-control","private" 
Response.cachecontrol = "no-cache"
if Instr(session("AdminPurview"),"|912,")=0 then 
  response.write ("<font color='red')>你不具有该管理模块的操作权限,请返回!</font>")
  response.end
end if
'========判断是否具有管理权限 
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript" src="Images/Disp.js"></script>
<link href="images/Admin_css.css" type=text/css rel=stylesheet>
<title>信箱中心</title></head>
<body>
<% 
	dim ID,JobID,TalentsName,UserName,BirthDate,Stature,Marriage,RegResidence,EduResume,JobResume,Telephone,Mobile,Sex,ZipCode
	  ID=Request.QueryString("id")
      set rs = server.createobject("adodb.recordset")
      sql="select * from zhi_rui_s_jo_Tal where ID="&ID
      rs.open sql,conn,1,1
	  TalentsName=rs("TalentsName")
	  UserName=rs("UserName")
	  Sex=rs("Sex")
	  BirthDate=rs("BirthDate")
	  Stature=rs("Stature")
	  Marriage=rs("Marriage")
	  RegResidence=rs("RegResidence")
	  EduResume=rs("EduResume")
	  JobResume=rs("JobResume")
	  Address=rs("Address")
	  ZipCode=rs("ZipCode")
	  Telephone=rs("Telephone")
	  Mobile=rs("Mobile")
	  Email=rs("Email")
	  rs.close
      set rs=nothing 
%>
<table width="99%" border="0" cellpadding="3" cellspacing="1" bgcolor="#6298E1">
  <tr>
    <td height="25" nowrap background="images/th_bg.gif"><font color="#FFFFFF"><strong>查看:管理招聘</strong></font></td>
  </tr>
  <tr>
    <td height="30" align="center" nowrap  bgcolor="#EBF2F9"><table width="99%" border="0" cellspacing="0">
      <tr>
        <form name="formSearch" method="post" action="Admin_Search.asp?Result=Tal">
          <td nowrap> 搜索:应聘职位:
            <input name="Keyword" type="text" class="textfield" value="<%=Keyword%>" size="18">
          <input name="submitSearch" type="submit" class="button" value="搜索">
          </td>
        </form>
        <td align="right" nowrap><a href="Admin_Tal.asp" >职位查看</a><a href="Admin_order.asp" ></a>		</td>
      </tr>
    </table>
	</td>    
  </tr>
</table>
<br>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#6298E1">
    <tr>
      <td height="24" nowrap bgcolor="#EBF2F9"><table width="100%" border="0" cellpadding="0" cellspacing="0" id=editProduct idth="100%">
        <tr>
          <td width="120" height="20" align="right">职位名称:</td>
          <td><%=TalentsName%></td>
          <td width="120">应聘姓名:</td>
          <td><%=UserName%></td>
        </tr> 
        <tr>
          <td width="120" height="20" align="right">出生日期:</td>
          <td><%=BirthDate%></td>
          <td>身  高:</td>
          <td><%=Stature%></td>
        </tr>
        <tr>
          <td height="20" align="right">婚姻状况:</td>
          <td><%=Marriage%></td>
          <td>户口地址:</td>
          <td><%=RegResidence%></td>
        </tr>
        <tr>
          <td height="20" align="right" valign="top">教育经历:</td>
          <td><%=EduResume%></td>
          <td>工作经历:</td>
          <td><%=JobResume%></td>
        </tr>
        <tr>
          <td height="20" align="right">通信地址:</td>
          <td><%=Address%></td>
          <td>邮  编:</td>
          <td><%=ZipCode%></td>
        </tr>
        <tr>
          <td height="20" align="right">电  话:</td>
          <td><%=Telephone%></td>
          <td>移动电话:</td>
          <td><%=Mobile%></td>
        </tr>
        <tr>
          <td height="20" align="right">电子邮箱:</td>
          <td><%=Email%></td>
          <td>来路IP:</td>
          <td><%=LastLoginIP%></td>
        </tr>
        <tr>
          <td height="20" align="right">&nbsp;</td>
          <td colspan="3">&nbsp;</td>
        </tr>
      </table>
	  </td>
    </tr>
</table>
</BODY>
</HTML>